home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000020_news@newsmaster….columbia.edu _Sat Jul 5 12:31:36 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id MAA01332
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 5 Jul 1997 12:31:36 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id MAA04342
  7.     for kermit.misc@watsun; Sat, 5 Jul 1997 12:31:35 -0400 (EDT)
  8. Path: news.columbia.edu!panix!howland.erols.net!newsfeed.internetmci.com!newsfeed.direct.ca!news.wildstar.net!news.ecn.uoknor.edu!munnari.OZ.AU!news.mel.connect.com.au!news.per.connect.com.au!news.wantree.com.au!not-for-mail
  9. From: Bruce Cook <BC3-AU@bigfoot.com>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: using telnet and MS-Kermit
  12. Date: 06 Jul 1997 00:11:09 -0800
  13. Organization: The Bicycle Factory
  14. Lines: 29
  15. Message-ID: <uu3i8mwgy.fsf@donal.kintailrd>
  16. References: <31dabc20.0@dcez3.nicom.com>
  17.     <5pgrmd$d4b$1@newsmaster.cc.columbia.edu>
  18. NNTP-Posting-Host: per2-111.wantree.com.au
  19. X-Newsreader: Gnus v5.3/Emacs 19.34
  20. Cache-Post-Path: cletus.kintailrd!unknown@donal.kintailrd
  21. Xref: news.columbia.edu comp.protocols.kermit.misc:7265
  22.  
  23. fdc@watsun.cc.columbia.edu (Frank da Cruz) writes:
  24.  
  25. > If you can make a Telnet connection with MS-DOS Kermit by hand, then
  26. > you can do it in a script:
  27. >   ; Give TCP/IP setup commands here
  28. >   set port tcp xyzcorp.com
  29. >   pause 0
  30. >   if fail stop 1 Can't make connection
  31. > This is equivalent to the following in C-Kermit or K95:
  32. >   set network type tcp/ip
  33. >   set set host xyzcorp.com
  34. >   if fail stop 1 Can't make connection
  35.  
  36. Alternative that works in either (pre-defined script):
  37.  
  38. telnet xyzcorp.com
  39.  
  40.  
  41. -- 
  42. ...BRU
  43.  
  44. Bruce Cook,  Synonet Corp.
  45. E-Mail: bcook@wantree.com.au
  46. Phone:  +061 15 999 330
  47.  
  48.